home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / WINPRO / RESET.BAT < prev    next >
DOS Batch File  |  1993-02-10  |  417b  |  13 lines

  1. @echo off
  2. ECHO This command resets WinProof if WinProof did not quit normally.
  3. ECHO You must make sure that WinProof is not being used before using RESET!
  4. ECHO You must switch to the directory where WinProof is installed.
  5. pause
  6. if NOT exist WINPROOF.EXE goto error
  7. del WINPROOF.net
  8. ECHO WinProof has been reset.
  9. goto END
  10. :error
  11. ECHO ERROR - WinProof was not reset, switch to the WinProof directory.
  12. :end
  13.